hide() - navigator |
It hides the navigator object and its buttons based on the passed parameter
Syntax
Script |
componentID.navigator.hide(sButtonID) |
Parameters
Parameter |
Description |
---|---|
sButtonID |
String that denotes the name of the button available in the navigator. The following are the some of the values that can be passed as the parameter for this method:
|
Remarks
If no value is passed as parameter then it is equivalent to passing theallparameter, which hides the navigator.
The method can be used in thecomponentID.navigator.hide("control");format.